FileChooserOpenedEvent

data class FileChooserOpenedEvent(frameId: FrameId, backendNodeId: BackendNodeId, mode: String) : Event

Emitted only when page.interceptFileChooser is enabled.

Constructors

FileChooserOpenedEvent
Link copied to clipboard
fun FileChooserOpenedEvent(frameId: FrameId, backendNodeId: BackendNodeId, mode: String)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

backendNodeId
Link copied to clipboard
val backendNodeId: BackendNodeId
Input node id.
frameId
Link copied to clipboard
val frameId: FrameId
Id of the frame containing input node.
mode
Link copied to clipboard
val mode: String
Input mode.

Sources

jvm source
Link copied to clipboard